home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_321 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  307 b   |  17 lines

  1. function webPageGo()
  2. {
  3.    getUrl("lingo:Flsh_webPageGo", "");
  4. }
  5. function show(str, theURL)
  6. {
  7.    webLink = theURL;
  8.    var _loc1_ = _g.gClipLevel++;
  9.    trace("this: " + this);
  10.    this.swapDepths(_loc1_);
  11.    gotoAndStop(str);
  12. }
  13. _g = _global;
  14. var myDepth = this.getDepth();
  15. var webLink;
  16. stop();
  17.